|
stepper20 2.2.0
|
Stepper 20 Click example. More...
Functions | |
| void | application_init (void) |
| void | application_task (void) |
| int | main (void) |
Stepper 20 Click example.
This example demonstrates the use of the Stepper 20 Click board by driving the motor in both directions for a desired number of steps.
The demo application is composed of two sections :
Initializes the driver and performs the Click default configuration.
Drives the motor clockwise for 200 full steps and then counter-clockiwse for 400 quarter steps with 2 seconds delay before changing the direction. All data is being logged on the USB UART where you can track the program flow.
| void application_init | ( | void | ) |
< Logger config object.
< Click config object.
Logger initialization. Default baud rate: 115200 Default log level: LOG_LEVEL_DEBUG
| void application_task | ( | void | ) |
| int main | ( | void | ) |